repo.or.cz
/
sha1collisiondetection.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #63 from timgates42/bugfix_typo_embedded
[sha1collisiondetection.git]
/
.travis.yml
blob
fd3500597645e47d9f9941f040ab903e8c52fc58
1
language: c
2
3
os:
4
- linux
5
- osx
6
7
compiler:
8
- gcc
9
- clang
10
11
env:
12
matrix:
13
- LIBTOOL=
14
- LIBTOOL=libtool-disabled
15
16
matrix:
17
allow_failures:
18
- os: osx
19
20
before_install:
21
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
22
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
23
24
script:
25
- make
26
- make test
27
28
notifications:
29
on_success: change
30
on_failure: always