Skip to content

Commit

Permalink
go back to disabling wesnothd and campaignd on the gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 30, 2014
1 parent d3fb787 commit af1e83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_install:
- export TARGETS="wesnoth wesnothd campaignd test"
- export WML_TESTS=true
- export CPP_TESTS=true
# - if [ "$CXX" = "g++" ]; then export TARGETS="wesnoth"; fi
- if [ "$CXX" = "g++" ]; then export TARGETS="wesnoth test"; fi
- if [ "$CXX" = "g++" ]; then export WML_TESTS=false; fi
# - if [ "$CXX" = "g++" ]; then export CPP_TESTS=false; fi
- if [ "$CXX" = "g++" ]; then time sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
Expand Down

0 comments on commit af1e83b

Please sign in to comment.