Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srtucker22 committed Jan 7, 2018
1 parent e4c9d2f commit 602e5a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add greenkeeper-lockfile@1

cache:
yarn: true
Expand All @@ -19,10 +18,7 @@ install:
- yarn
- yarn global add coveralls

before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload

script:
# remove unused node modules from cache
- yarn test
- yarn coverage && cat ./coverage/lcov.info | coveralls
- yarn coverage && cat ./coverage/lcov.info | coveralls

0 comments on commit 602e5a8

Please sign in to comment.