Skip to content

Commit

Permalink
[alpha-unito#70] minor fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMartinelli committed Mar 2, 2019
1 parent 10b09f6 commit 9dfb198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ script:
- make
- ctest
- cp ../sonar-project.properties .
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then build-wrapper-macosx-x86 --out-dir bw-output make clean all ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then build-wrapper-macosx-x86 --out-dir bw-output make clean all ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then build-wrapper-linux-x86-64 --out-dir bw-output make clean all ; fi
- sonar-scanner

0 comments on commit 9dfb198

Please sign in to comment.