Skip to content

Commit a5dd61a

Browse files
committed
Add travis build
1 parent e7208c1 commit a5dd61a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
env:
2+
global:
3+
- LD_LIBRARY_PATH: /usr/local/lib
4+
before_install:
5+
- yes | sudo add-apt-repository ppa:cmrx64/cargo
6+
- sudo apt-get update
7+
- sudo apt-get install cargo
8+
install:
9+
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -O - | sudo tar zxf - --strip-components 1 -C /usr/local
10+
script:
11+
- rustc --version
12+
- cargo build
13+
notifications:
14+
email:
15+
- damien.schoof+github@gmail.com

0 commit comments

Comments
 (0)