Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eric612 committed Apr 25, 2018
1 parent ca8005d commit 686f788
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: cpp
sudo: false
dist: trusty
compiler:
- g++
os:
- linux

branches:
only:
- master

script: ./build.sh


notifications:
email:
- [email protected]

env:
global:
- LANG="en_US.UTF-8"

0 comments on commit 686f788

Please sign in to comment.