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 c90088e commit 5c6abc8Copy full SHA for 5c6abc8
.travis.yml
@@ -1,24 +1,20 @@
1
sudo: false
2
language: node_js
3
cache:
4
+ yarn: true
5
directories:
6
- node_modules
7
notifications:
8
email: true
9
node_js:
10
+ - "7"
11
- "6"
12
- "5"
13
- "4"
- - "0.12"
- - "0.10"
14
-before_install:
15
- - npm i -g npm@^2.0.0
16
- - npm i graphql graphql-compose
17
-before_script:
18
- - npm prune
19
script:
20
- - npm run coverage
21
- - npm run build
+ - yarn add -g graphql graphql-compose
+ - yarn run coverage
+ - yarn run build
22
after_success:
23
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
24
- python travis_after_all.py
0 commit comments