We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de751d0 commit bd9ca77Copy full SHA for bd9ca77
.travis.yml
@@ -87,7 +87,14 @@ script:
87
#run the tests
88
- (cd testsuite/gnat2goto; ./testsuite.py --timeout 60 --diffs --enable-color -j 2 )
89
- gnat2goto/install/bin/unit_tests
90
- - (gnat --version; cd ${TRAVIS_BUILD_DIR}/experiments; ./CI-list_unsupported.sh )
+ - |
91
+ #run CI-list_unsupported, making sure g++-7 is first on the PATH
92
+ ( set -euo pipefail
93
+ gnat --version
94
+ cd ${TRAVIS_BUILD_DIR}/experiments
95
+ export PATH=${TRAVIS_BUILD_DIR}/bin:${PATH}
96
+ ./CI-list_unsupported.sh
97
+ )
98
99
before_cache:
100
- ccache -s
0 commit comments