Skip to content

Commit f15d031

Browse files
authored
Update .travis.yml
1 parent 5ac133f commit f15d031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ matrix:
77
- language: node_js
88
node_js:
99
- "0.10"
10+
script:
11+
- cd js && npm install && npm test
1012
- language: rust
1113
script:
1214
- cd rust/
@@ -15,11 +17,9 @@ matrix:
1517

1618
# Define the list of directories to execute tests in.
1719
env:
18-
- TEST_DIR=js
1920
- TEST_DIR=go
2021
- TEST_DIR=ruby
2122
- TEST_DIR=python
22-
- TEST_DIR=rust
2323

2424
# Test script to run. This is called once for each TEST_DIR value above.
2525
script: ./run_tests.sh

0 commit comments

Comments
 (0)