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 1e237d0 commit 955fb8dCopy full SHA for 955fb8d
.travis.yml
@@ -1,19 +1,17 @@
1
language: node_js
2
sudo: false
3
script:
4
-# lint errors fail the build
5
-- npm run lint
6
-# unit tests with coverage report
7
-- npm run test:coverage
+ # lint errors fail the build
+ - npm run lint
+ # unit tests with coverage report
+ - npm run test:coverage
8
node_js:
9
-- '10'
10
-- '9'
11
-- '8'
12
-- '7'
13
-- '6'
+ - "10"
+ - "9"
+ - "8"
14
cache:
15
directories:
16
- - node_modules
+ - node_modules
17
deploy:
18
# keeps necessary babel dependency for npm prepare
19
skip_cleanup: true
@@ -27,4 +25,4 @@ deploy:
27
25
# builds all tagged commits using node@8.0 environment
28
26
tags: true
29
repo: Simperium/node-simperium
30
- node: '8'
+ node: "8"
0 commit comments