-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (21 loc) · 735 Bytes
/
.travis.yml
File metadata and controls
21 lines (21 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
os:
- linux
- osx
language: rust
rust:
- nightly
sudo: false
branches:
only:
- master
install:
- curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/install_libsodium.sh | bash
- export PKG_CONFIG_PATH=$HOME/libsodium-1.0.3/lib/pkgconfig:$PKG_CONFIG_PATH
script:
- cargo build --verbose --features "use-mock-routing"
- cargo test --verbose --features "use-mock-routing"
after_success:
- curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/deploy_gh-pages.sh | bash
env:
global:
secure: "Q+SwRzZ0meFuwNj8DDctw6Wwk50/GhG9gQJQMyIcT0vdcVGeQlBSscQT9z2LHcezpS4hIgyosEqteOAtOmT78Lxaq0PVLX84lcym4WO8Bk7OQZ5jHddImCvygVAByZwEMC2MHyKkBkfsijAz0qvyyFIuPMbZ+I69jGppOtU/GB0="