Skip to content

Commit

Permalink
change travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doxiaodong committed Mar 25, 2017
1 parent e6b9862 commit 8298879
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ language: node_js

node_js: "6.9.1"

install:
- wget https://yarnpkg.com/latest.tar.gz && tar -xf latest.tar.gz && dist/bin/yarn

# cache:
# directories:
# - $TRAVIS_BUILD_DIR/node_modules
cache:
yarn: true
directories:
- node_modules

before_script:
- export CHROME_BIN=chromium-browser
Expand Down

0 comments on commit 8298879

Please sign in to comment.