Skip to content

Commit

Permalink
Stop running every tests all the time (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
benzonico authored and Wohops committed Jun 30, 2016
1 parent 5b3adc0 commit 2059e9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ install: true
script: "./travis.sh"
env:
- TEST=CI
- TEST=plugin SQ_VERSION=LTS
matrix:
fast_finish: true
include:
Expand Down
5 changes: 5 additions & 0 deletions cix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ echo "Running $TEST with SQ=$SQ_VERSION"

case "$TEST" in
ruling)
if [[ $GITHUB_BRANCH == "PULLREQUEST-"* && $SLAVE != "windows" ]]
then
#No ruling on PR: those have been run on travis, just keep ruling on windows for safety
exit 0;
fi
#fetch submodule containing sources of ruling projects
git submodule update --init --recursive
#ruling requires java 8
Expand Down

0 comments on commit 2059e9f

Please sign in to comment.