Skip to content

Commit 4d427e5

Browse files
committed
add travis yml
1 parent 59a4d2a commit 4d427e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dist: trusty
2+
language: cpp
3+
4+
cache:
5+
ccache: true
6+
7+
os:
8+
- linux
9+
10+
compiler:
11+
- gcc
12+
- clang

0 commit comments

Comments
 (0)