Skip to content

Commit

Permalink
Merge pull request #2007 from frozar/enable-tools
Browse files Browse the repository at this point in the history
[TRAVIS] Enable the build of tools.
  • Loading branch information
taketwo authored Sep 26, 2017
2 parents 4936c5f + d45c776 commit 2880ea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
compiler: clang
env: TASK="build-examples"
script: bash .travis.sh $TASK
# - compiler: clang
# env: TASK="build-tools"
# script: bash .travis.sh $TASK
- compiler: clang
env: TASK="build-tools"
script: bash .travis.sh $TASK
# - compiler: clang
# env: TASK="build-apps"
# script: bash .travis.sh $TASK
Expand Down

0 comments on commit 2880ea1

Please sign in to comment.