Skip to content

Commit

Permalink
CI: Cleanup .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Sep 11, 2019
1 parent 5e08902 commit e244d91
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,19 @@
---
language: node_js
node_js:
- "0.12"
- "8"

sudo: false

cache:
directories:
- node_modules

env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary

matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"

install:
- npm install

script:
- yarn lint:js
- ember try $EMBER_TRY_SCENARIO test

0 comments on commit e244d91

Please sign in to comment.