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 e48a4e6 commit 09ad79aCopy full SHA for 09ad79a
.travis.yml
@@ -9,24 +9,20 @@ addons:
9
packages:
10
- mongodb-org-server
11
cache:
12
+ yarn: true
13
directories:
14
- node_modules
15
notifications:
16
email: true
17
node_js:
18
+ - "7"
19
- "6"
20
- "5"
21
- "4"
- - "0.12"
- - "0.10"
22
-before_install:
23
- - npm i -g npm@^2.0.0
24
- - npm i graphql graphql-compose graphql-compose-connection mongoose
25
-before_script:
26
- - npm prune
27
script:
28
- - npm run coverage
29
- - npm run build
+ - yarn add -g graphql graphql-compose graphql-compose-connection mongoose
+ - yarn run coverage
+ - yarn run build
30
after_success:
31
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
32
- python travis_after_all.py
0 commit comments