Skip to content

Commit

Permalink
Updates travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoz committed Aug 11, 2017
1 parent 6062c9c commit 100e93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
sudo: false

node_js:
- '6'
- "4"

cache:
yarn: true
Expand All @@ -21,7 +21,7 @@ matrix:
- env: EMBER_TRY_SCENARIO=ember-canary

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add phantomjs-prebuilt
- phantomjs --version
Expand Down

0 comments on commit 100e93e

Please sign in to comment.