Skip to content

Commit d050d70

Browse files
author
taohex
committed
add travis
1 parent 244b1e6 commit d050d70

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: required
2+
dist: trusty
3+
4+
language: cpp
5+
compiler: g++
6+
git:
7+
submodules: false
8+
script:
9+
- bash build.sh
10+
notifications:
11+
email: true
12+

0 commit comments

Comments
 (0)