Skip to content

Commit

Permalink
Working on Travis: modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkf committed Apr 2, 2017
1 parent 3739324 commit f131cac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ addons:
apt:
packages:
- oracle-java8-installer
env:
- TEST_DIR=engine
- TEST_DIR=player
- TEST_DIR=ai
- TEST_DIR=server
script: cd $TEST_DIR && mvn install -B -V && mvn test -B
script: cd engine && mvn install -B -V && mvn test -B && cd ../player && mvn install -B -V && mvn test -B && cd ../ai && mvn install -B -V && mvn test -B && cd ../server && mvn install -B -V && mvn test -B

0 comments on commit f131cac

Please sign in to comment.