Skip to content

Commit

Permalink
Merge pull request google#328 from cmumford/master
Browse files Browse the repository at this point in the history
Added a Travis CI build file.
  • Loading branch information
cmumford committed Jan 15, 2016
2 parents dac40d2 + 9fcae61 commit 43fcf23
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: cpp
compiler:
- clang
- gcc
os:
- linux
- osx
sudo: false
before_install:
- echo $LANG
- echo $LC_ALL
script:
- make -j 4 check

0 comments on commit 43fcf23

Please sign in to comment.