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 dd550e8 commit 8cdf355Copy full SHA for 8cdf355
.travis.yml
@@ -1,24 +1,21 @@
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 graphql -g
+- yarn add graphql-compose -g
+- 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