Skip to content

Commit 765067b

Browse files
committed
Remove Travis commands to download and execute the Selenium server
1 parent e4cb8b1 commit 765067b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ before_install:
1717
- nvm install $NODE_VERSION
1818
- export NODE=$(nvm which $NODE_VERSION)
1919
- export NPM=${NODE%node}npm
20-
- wget http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar
21-
- java -jar selenium-server-standalone-2.53.0.jar &> /dev/null &
2220
install:
2321
- $NPM install
2422
- $NPM install mocha

0 commit comments

Comments
 (0)