Skip to content

Commit 7719e26

Browse files
committed
Trying to get travis to work properly
1 parent 8e6471a commit 7719e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: node_js
44
notifications:
55
email: false
66
node_js:
7-
- "7"
7+
- "6"
88

99
before_install:
1010
- export CHROME_BIN=/usr/bin/google-chrome
@@ -17,6 +17,8 @@ before_install:
1717

1818
before_script:
1919
- grunt connect:test:keepalive &
20+
- npm install -g bower
21+
- bower install
2022

2123
script:
2224
- npm test

0 commit comments

Comments
 (0)