Skip to content

Commit 09aeb4c

Browse files
committedAug 20, 2014
Add .travis.yml.
1 parent dc491b6 commit 09aeb4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: cpp
2+
3+
compiler:
4+
- gcc
5+
- clang
6+
7+
script:
8+
- make

0 commit comments

Comments
 (0)
Please sign in to comment.