Skip to content

Commit

Permalink
Use TravisCI auto builds (force test compiler usage, setup no 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Mar 6, 2015
1 parent 7ca1bf5 commit d8325ff
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 @@ -53,7 +53,7 @@ before_install:
- git status
- ./bootstrap.sh
- ./b2 headers
- ./b2 -j4 address-model=64 architecture=x86 --with-program_options --with-filesystem --with-system --with-test --with-thread --with-chrono --with-regex --with-random --with-context --with-coroutine stage
- ./b2 -j4 toolset=$CC address-model=64 architecture=x86 --with-program_options --with-filesystem --with-system --with-test --with-thread --with-chrono --with-regex --with-random --with-context --with-coroutine stage
- cd $PROJECT_DIR

script:
Expand Down

0 comments on commit d8325ff

Please sign in to comment.