Skip to content

Commit bc02b00

Browse files
committed
Updated .travis conf
1 parent ced07d2 commit bc02b00

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ node_js:
55
- '9'
66
script:
77
- npm run build
8-
- npm run testtravis
9-
- npm run test:local
10-
- npm run test:websockets
8+
- npm run test
119
after_success:
1210
- cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
1311
branches:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"test:chrome": "browserify test/protocol/*.js test/*.js | tape-run --render=\"faucet\" --browser chrome",
6969
"test:firefox": "browserify test/protocol/*.js test/*.js | tape-run --render=\"faucet\" --browser firefox",
7070
"test:safari": "browserify test/protocol/*.js test/*.js | tape-run --render=\"faucet\" --browser safari",
71-
"test:proxy": "tap test/*.js test/protocol/*.js --test-arg=proxy"
71+
"test:proxy": "tap test/*.js test/protocol/*.js --test-arg=proxy",
72+
"testtravis": "tap test/*.js test/protocol/*.js"
7273
}
7374
}

0 commit comments

Comments
 (0)