Skip to content

Commit 9fcae61

Browse files
committed
Added a Travis CI build file.
This allows for continuous integration builds by travis-ci.org. More information at https://docs.travis-ci.com/user/languages/cpp
1 parent dac40d2 commit 9fcae61

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: cpp
2+
compiler:
3+
- clang
4+
- gcc
5+
os:
6+
- linux
7+
- osx
8+
sudo: false
9+
before_install:
10+
- echo $LANG
11+
- echo $LC_ALL
12+
script:
13+
- make -j 4 check

0 commit comments

Comments
 (0)