Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit c867aa3

Browse files
committed
Run grunt install before_script so Selenium Standalone is available
1 parent 8bf798c commit c867aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ install:
1515
- npm install
1616
- bower install
1717
before_script:
18+
- grunt install
1819
- phantomjs --version
19-
- casperjs --version
2020
script:
2121
- sh ./tests/travis.sh
2222
env:

0 commit comments

Comments
 (0)