We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7dc93 commit 0e22f4bCopy full SHA for 0e22f4b
.travis.yml
@@ -1,19 +1,11 @@
1
-before_install:
2
- # Repo for newer Node.js versions
3
- - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
4
- # Repo for Yarn
5
- - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
6
- - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
7
- - sudo apt-get update -qq
8
- - sudo apt-get install -y -qq yarn
9
-cache:
10
- directories:
11
- - $HOME/.yarn-cache
12
-install: travis_wait yarn
13
language: node_js
14
node_js:
15
- 4
16
- 5
17
- 6
+cache:
+ yarn: true
+ directories:
+ - node_modules
18
after_success:
19
- npm run coveralls
0 commit comments