File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ node_js:
7
7
- " 5"
8
8
- " 6"
9
9
- " 7"
10
+ - " 8"
11
+ - " 9"
10
12
addons :
11
13
apt :
12
14
sources :
13
15
- ubuntu-toolchain-r-test
14
16
packages :
15
- - g++-4.8
17
+ - g++-6
16
18
env :
17
19
global :
18
20
- JOBS=2
@@ -22,8 +24,8 @@ matrix:
22
24
fast_finish : true
23
25
include :
24
26
- os : linux
25
- node_js : " 6 "
27
+ node_js : " 8 "
26
28
env : TEST_SUITE=lint
27
29
before_install :
28
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
30
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-6 ; fi
29
31
script : npm run $TEST_SUITE
Original file line number Diff line number Diff line change 28
28
"scripts" : {
29
29
"coverage" : " nyc tape test/index.js" ,
30
30
"coverage-lcov" : " npm run coverage && nyc report -r lcov" ,
31
- "install" : " node-gyp rebuild || echo \" blake-hash bindings compilation fail. Pure JS implementation will be used.\" " ,
31
+ "install" : " npm run rebuild || echo \" blake-hash bindings compilation fail. Pure JS implementation will be used.\" " ,
32
32
"lint" : " standard" ,
33
33
"rebuild" : " node-gyp rebuild" ,
34
34
"test" : " npm run lint && npm run unit" ,
37
37
"dependencies" : {
38
38
"bindings" : " ^1.2.1" ,
39
39
"inherits" : " ^2.0.3" ,
40
- "nan" : " ^2.2.1" ,
41
- "prebuild-install" : " ^2.0.0"
40
+ "nan" : " ^2.2.1"
42
41
},
43
42
"devDependencies" : {
44
43
"nyc" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments