Skip to content

Commit 690e6d5

Browse files
author
Robert Jackson
committed
Remove .travis.yml from newly generated projects.
1 parent 3c07ab0 commit 690e6d5

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

commands/global/new.js

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -145,35 +145,6 @@ module.exports.handler = async function handler(options) {
145145
`
146146
);
147147

148-
fs.outputFileSync(
149-
projectName + '/.travis.yml',
150-
stripIndent`
151-
---
152-
language: node_js
153-
node_js:
154-
- "8"
155-
156-
sudo: false
157-
dist: trusty
158-
159-
cache:
160-
yarn: true
161-
162-
before_install:
163-
- curl -o- -L https://yarnpkg.com/install.sh | bash
164-
- export PATH=$HOME/.yarn/bin:$PATH
165-
166-
install:
167-
- yarn install
168-
169-
script:
170-
- yarn lint
171-
- yarn test:coverage
172-
173-
after_success:
174-
- yarn coveralls
175-
`
176-
);
177148
fs.outputFileSync(
178149
projectName + '/.github/workflows/ci.yml',
179150
stripIndent`

tests/cli-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ QUnit.module('codemod-cli', function(hooks) {
6969
'ember-qunit-codemod/.github/workflows/ci.yml',
7070
'ember-qunit-codemod/.gitignore',
7171
'ember-qunit-codemod/.prettierrc',
72-
'ember-qunit-codemod/.travis.yml',
7372
'ember-qunit-codemod/README.md',
7473
'ember-qunit-codemod/bin/',
7574
'ember-qunit-codemod/bin/cli.js',

0 commit comments

Comments
 (0)