File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22coverage
33build
44node_modules
5- prebuilds
65
76npm-debug.log
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ addons:
1515 sources :
1616 - ubuntu-toolchain-r-test
1717 packages :
18- - g++-4.8
18+ - g++-6
1919env :
2020 global :
2121 - JOBS=2
2222 matrix :
23- - TEST_SUITE=unit-ci
23+ - TEST_SUITE=unit
2424matrix :
2525 fast_finish : true
2626 include :
2727 - os : linux
28- node_js : " 6 "
28+ node_js : " 8 "
2929 env : TEST_SUITE=lint
3030before_install :
31- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
31+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-6 ; fi
3232script : npm run $TEST_SUITE
Original file line number Diff line number Diff line change @@ -8,19 +8,15 @@ environment:
88 - nodejs_version : " 6"
99 - nodejs_version : " 7"
1010 - nodejs_version : " 8"
11- - nodejs_version : " 9"
1211platform :
1312 - x86
1413 - x64
1514install :
1615 - git submodule update --init --recursive
1716 - ps : Install-Product node $env:nodejs_version $env:platform
18- - npm -g install npm@latest
17+ - npm --global install npm@latest
1918 - set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
2019 - npm install
2120 - for /f %%i in ('node -v') do set exact_nodejs_version=%%i
22- - prebuild -b %exact_nodejs_version% --strip
2321test_script :
24- - npm run unit-ci
25- on_success :
26- - for %%i in (prebuilds\*) do appveyor PushArtifact %%i
22+ - npm run unit
Original file line number Diff line number Diff line change 3939 "scripts" : {
4040 "coverage" : " RANDOM_TESTS_REPEAT=1 nyc tape test/index.js" ,
4141 "coverage-lcov" : " npm run coverage && nyc report -r lcov" ,
42- "install" : " prebuild-install || node-gyp rebuild || echo \" Secp256k1 bindings compilation fail. Pure JS implementation will be used.\" " ,
42+ "install" : " npm run rebuild || echo \" Secp256k1 bindings compilation fail. Pure JS implementation will be used.\" " ,
4343 "lint" : " standard" ,
44- "rebuild" : " prebuild --compile " ,
44+ "rebuild" : " node-gyp rebuild " ,
4545 "test" : " npm run lint && npm run unit" ,
4646 "test:browser" : " karma start karma.conf.js" ,
47- "unit" : " tape test/index.js" ,
48- "unit-ci" : " npm run unit && prebuild-ci"
47+ "unit" : " tape test/index.js"
4948 },
5049 "dependencies" : {
5150 "bindings" : " ^1.2.1" ,
5554 "drbg.js" : " ^1.0.1" ,
5655 "elliptic" : " ^6.2.3" ,
5756 "nan" : " ^2.2.1" ,
58- "prebuild-install" : " ^2.0.0" ,
5957 "safe-buffer" : " ^5.1.0"
6058 },
6159 "devDependencies" : {
7068 "karma-tap" : " ^3.1.1" ,
7169 "node-gyp" : " ^3.3.1" ,
7270 "nyc" : " ^11.0.2" ,
73- "prebuild" : " ^6.0.0" ,
74- "prebuild-ci" : " ^2.2.2" ,
7571 "standard" : " *" ,
7672 "tape" : " ^4.5.1" ,
7773 "xorshift.js" : " ^1.0.3"
You can’t perform that action at this time.
0 commit comments