Skip to content

Commit 502b63a

Browse files
committed
whoops
1 parent eb14d4e commit 502b63a

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
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
33
- 6.11.5
4-
script: node_modules/karma/bin/karma start --single-run --single-run --browsers PhantomJS karma.conf.js
4+
script: yarn test
55
before_install:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
88
before_script:
9-
- npm install
9+
- yarn

0 commit comments

Comments
 (0)