Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
taohex committed Sep 12, 2017
1 parent 244b1e6 commit d050d70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: required
dist: trusty

language: cpp
compiler: g++
git:
submodules: false
script:
- bash build.sh
notifications:
email: true

0 comments on commit d050d70

Please sign in to comment.