Skip to content

Commit

Permalink
Update the Travis file.
Browse files Browse the repository at this point in the history
* Allow debugging builds by setting a TIME_64_DEBUG flag.
* Turn off sudo so Travis will use it's new containers (faster builds).
* Build on OS X (#12)
  • Loading branch information
schwern committed Dec 6, 2015
1 parent 4934938 commit 676f894
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
sudo: false
language: c
os:
- osx
- linux
compiler:
- clang
- gcc
script: make test
script:
- '[[ $TIME_64_DEBUG > 0 ]] && make test_debug || make test'

0 comments on commit 676f894

Please sign in to comment.