diff options
author | Jack Lloyd <[email protected]> | 2016-10-18 20:18:38 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-18 20:18:38 -0400 |
commit | 6803f5a73ba76bfceb4ab7d9952932d6e38b2e6b (patch) | |
tree | b9a4f1226c8be762c7dda61c5266b0045d2b57c0 /.travis.yml | |
parent | 8f1ecd838eb05ad71bcfeb8cc59873c6f4f903ba (diff) |
Add BSI specific Travis build
Unfortunately something that is enabled in BSI but not 'modern' policy
takes ages to run under qemu and causes Travis timeouts, so revert back
to the old policy for the ARM builds. GH #667
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7591299a1..145a98c9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ env: matrix: - BUILD_MODE="shared" - BUILD_MODE="static" + - BUILD_MODE="bsi" - BUILD_MODE="mini-shared" - BUILD_MODE="mini-static" - BUILD_MODE="cross-arm32" |