Skip to content

Commit

Permalink
Change travis script to try to build nopol intellij plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
surli authored and monperrus committed Mar 6, 2017
1 parent f89f940 commit fd70431
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 52 deletions.
13 changes: 12 additions & 1 deletion .travis_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ then
else
echo "Running nopol server"
cd nopol-server
mvn clean package
mvn clean install
if [[ $? != 0 ]]
then
exit 1
fi

cd ..

echo "Running nopol-ui-intellij"
cd nopol-ui-intellij

./gradlew buildPlugin
if [[ $? != 0 ]]
then
exit 1
Expand Down
19 changes: 0 additions & 19 deletions nopol-ui-intellij/.travis.yml

This file was deleted.

10 changes: 0 additions & 10 deletions nopol-ui-intellij/.travis_build.sh

This file was deleted.

17 changes: 0 additions & 17 deletions nopol-ui-intellij/.travis_install.sh

This file was deleted.

5 changes: 0 additions & 5 deletions nopol-ui-intellij/.travis_publish.sh

This file was deleted.

0 comments on commit fd70431

Please sign in to comment.