Skip to content

Commit

Permalink
try yarn without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 15, 2017
1 parent 67a2128 commit 08f545b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
#cache:
# directories:
# - node_modules
node_js:
- "7"
- "6"
install: npm install
#install: npm install
after_success:
- npm run coverall

0 comments on commit 08f545b

Please sign in to comment.