Skip to content

Commit

Permalink
move script to .travis folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansennov committed May 27, 2016
1 parent 14c9432 commit d51a86e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- sudo apt-get update
- sudo apt-get install --only-upgrade -y oracle-java8-installer
- pip install --user codecov
script: ./run-tests.sh
script: .travis/run-tests.sh
after_success:
- codecov
- mvn clean deploy -DskipTests --settings .travis/maven-settings.xml
1 change: 0 additions & 1 deletion run-tests.sh → .travis/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -ev

mvn test -B

# Break CI build on PRs where committed differ from generated sources
Expand Down

0 comments on commit d51a86e

Please sign in to comment.