Update .travis.yml, build.sh, and 3 more files...

This commit is contained in:
Andrea Cavalli 2020-08-19 20:27:25 +02:00
parent 57dd6a8c10
commit 4c47e9e8ba
5 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ osx_image: xcode10.1
dist: bionic
before_install:
- cp .travis.settings.xml $HOME/.m2/settings.xml
- chmod +x travis/build.sh
- chmod +x travis/build_success.sh
- chmod +x travis/install_dependencies.sh
- chmod +x travis/setup_variables.sh
addons:
apt:
update: true

0
travis/build.sh Normal file → Executable file
View File

0
travis/build_success.sh Normal file → Executable file
View File

0
travis/install_dependencies.sh Normal file → Executable file
View File

0
travis/setup_variables.sh Normal file → Executable file
View File