Skip to content

Commit

Permalink
Travis CI: trying to use Docker with Ubuntu 16.04 LTS (#1395).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 4, 2017
1 parent e38b57d commit 4874b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travisciinstall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
docker build -f traviscidocker -t travis-ci .
docker build -f scripts/traviscidocker -t travis-ci .
else
brew update \
&& curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/106d0878ee812cb8f5c403f717bdebe836445aee/Formula/qt5.rb \
Expand Down

0 comments on commit 4874b63

Please sign in to comment.