Skip to content

Commit 02dfe23

Browse files
committed
..
1 parent 7bafe0c commit 02dfe23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ node_js:
55
- "8"
66
- "9"
77

8-
before_install:
8+
script:
9+
- npm install
10+
- npm run test
911

1012
before_script:
1113
# install nats
1214
- wget https://github.com/nats-io/gnatsd/releases/download/v1.0.4/gnatsd-v1.0.4-linux-amd64.zip -qO tmp.zip
1315
- unzip tmp.zip
1416
- mv gnatsd-v1.0.4-linux-amd64 gnatsd
15-
16-
after_success:
17-
- npm run coveralls

0 commit comments

Comments
 (0)