Skip to content

Commit

Permalink
Remove content-shell tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sestegra committed Jun 7, 2016
1 parent 97f486c commit 20e25b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
pub serve &
while ! nc -z localhost 8080; do sleep 1; done; echo 'pub serve is up!'
pub run test --pub-serve=8080 -p content-shell -p firefox ${TESTS}
pub run test --pub-serve=8080 -p firefox ${TESTS}

# Install dart_coveralls
# Gather and send coverage data.
Expand Down

0 comments on commit 20e25b0

Please sign in to comment.