File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments