Skip to content

Commit fc4f59c

Browse files
committedMar 16, 2019
Fix travis CI
1 parent 0aabcd5 commit fc4f59c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ addons:
1212
firefox: latest
1313

1414
before_script:
15-
- sh -e /etc/init.d/xvfb start
15+
- sh -e /etc/init.d/xvfb start
1616

1717
script:
1818
- npm run lint
19+
- npm test
1920

2021
deploy:
2122
provider: npm

0 commit comments

Comments
 (0)