Skip to content

Commit 43fcf23

Browse files
committed
Merge pull request bitcoin#328 from cmumford/master
Added a Travis CI build file.
2 parents dac40d2 + 9fcae61 commit 43fcf23

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: cpp
2+
compiler:
3+
- clang
4+
- gcc
5+
os:
6+
- linux
7+
- osx
8+
sudo: false
9+
before_install:
10+
- echo $LANG
11+
- echo $LC_ALL
12+
script:
13+
- make -j 4 check

0 commit comments

Comments
 (0)