Skip to content

Commit a79f8ff

Browse files
committed
updated .travis.yml
1 parent 9b3dfd5 commit a79f8ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ node_js:
44
branches:
55
only:
66
- master
7-
install:
7+
before_script:
8+
- export DISPLAY=:99.0
9+
- sh -e /etc/init.d/xvfb start
10+
- npm install --quiet -g bower grunt-cli karma
811
- npm install
9-
- bower install
12+
script:
13+
- grunt test
1014
notifications:
1115
email:
12-
16+

0 commit comments

Comments
 (0)