Skip to content

Commit 56acfe9

Browse files
committed
update travis.yml tring to get travis to work
1 parent c08a0f8 commit 56acfe9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
language: node_js
22
node_js:
3-
- 'stable'
3+
- 'stable'
44

5-
before_install:
6-
- cd tests
7-
8-
install:
9-
- npm install
10-
11-
script:
12-
- npm test
5+
before_install: cd tests
6+
install: npm install
7+
script: npm test

0 commit comments

Comments
 (0)