This repository was archived by the owner on Jan 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (33 loc) · 1.45 KB
/
.travis.yml
File metadata and controls
33 lines (33 loc) · 1.45 KB
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
30
31
32
33
env:
global:
- secure: KUncRI5Kdh5R0Hrc6htOIIEWXAtU3Y9Csu9Moi12rVTCJTGDOSJm3yQJWo54s61IS6Q83QBJJTx/TleAQxSFfZ4wT+9Lf2BTqoxTwrki0fVo6z+9xr0ntoVWsbAIDb+BChU7l7uMSRkgqxmixvjrUMPQJdpasI5RsLJ4/ZZvXs3A2Lup3jsvAAkU563NMydofIrh+veHEiOTnOBw++T1MnYAJagWLBczxLMPZ4XjfbE1RDqk6dJUw+2bD5XDGo0R4OC1pRHORKs8xccaM3zHnunO+PMHsHJg4G921x9nhCkAhbEJ8Vr1f4Ep/dNHOeXEJbACX0orp5i0Rm0f+WSiM17Y5W3LXajM+Sy12ZY/iArDhhygJPOMT7pfr+9JhxWTi6TPi7pQCfKi5BX7WHAEDDEdpywktVaC7jDNSgcLmzpdTk7jnyXwpkhLPA8lq7w9B9tM+YKJV3k3gjwyq96l7CzX/KUPZXLCBQSeRIRB9NcXz4msHSWZZgVlIK8oqCnmOcABe6iO+EkZW/fZoO31T6yrcTyCY8BAHBs+IulgJ7GTPeibuqRZ5OS1cm4s0ogwtRiACP8wqrmQYpy6v0S4FT6dqHE7h8epLx2DbAddWX0s/TaetDeUNRdkvHRbM+fIGYE+HsHpaw9YAhzuuRljZ/fSjpumPb4aLN3B0euIb+g=
- Features=use-mock-routing
os:
- linux
- osx
language: rust
rust:
- stable
- nightly
matrix:
allow_failures:
- rust: nightly
sudo: false
branches:
only:
- master
cache:
cargo: true
directories:
- $HOME/libsodium
- $HOME/elfutils
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
before_cache:
- curl -sSLO https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/install_elfutils.sh
- . install_elfutils.sh
after_success:
- curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/after_success.sh | bash