forked from maidsafe-archive/safe_nfs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
29 lines (29 loc) · 1.36 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
env:
global:
- secure: "jft8gl/u8TC9SNLU6RQzl4JSFTAJWbI76m/neYYAzXWZbRA5lRBZYW4/OuVBowK2ntqzna/u/OFwMT8YAWgQAu64JYk0hDhNLc052Z+fwIV4/PKfxp/Ej4cR++A7XPYprAriplwOCx67EprHE5ioRCgNjj53Wlu/9ErcCIXMw8t4rdDM0ofT7HCzwhTa9b9EmKI0Hq7bbc/6SWIkGjKzL6wD1IPvMKpsPyrPHvOp13O2ZYJHpzPf4kpDMnEqEX6onWQpQ1aUH4JF5xv2wukPei6v9YEuiC9xmugnv/XwNlvRbNLLuelrs2J81bf7r8ePpeWjjtofNEA0J+yPIWfnz1XIkaJ7ZTmbBDkq5oLIsgLLXcSYmsHAYJQfZtlJlD19tHoT1KgPJKVSeCWER1a+0Nr90qUuWZOslwJK4wPEoz+vv7GWJZzGMDOWLPxMwnveKM/b/hGW6p45T9ftTbubLokNdeexlnvQzx5J18DVhHLbwtEFSnC0YEgT2plDOOuY99/gbnSwQ5VCPMEOUctaDOZW1+orRddrEOjCAWB8gKci3EpFmMvdofui+5TvjsJFFGUYP57mkLtl08sKP7AoFQxnSBB0GdM11bKm+YBF8y0mYLGBgQzPEV9To6952fa1xMRElSFWIF29/1tydAJbCas3qkZMhi+f/yDnG+PY+KY="
- LibSodiumVersion=1.0.3
- ElfUtilsVersion=0.163
- Features=use-mock-routing
os:
- linux
- osx
language: rust
rust:
- nightly
# - beta
# - stable
sudo: false
branches:
only:
- master
cache:
directories:
- $HOME/libsodium-$LibSodiumVersion
- $HOME/elfutils-$ElfUtilsVersion
install:
- curl -sSLO https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/install_libsodium.sh
- . install_libsodium.sh
script:
- curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/build_and_run_tests.sh | bash
after_success:
- curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/after_success.sh | bash