Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Algram authored Sep 23, 2018
1 parent 7df35a8 commit 6d36421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_script:
- docker build -t $DOCKER_TAG .

script:
- docker run -d -p 3000:3000 --name ytdl $DOCKER_TAG
- docker run -d -p 3000:3000 --name ytdl-webserver $DOCKER_TAG
- sleep 10; ./test/e2e.js

deploy:
Expand Down

0 comments on commit 6d36421

Please sign in to comment.