aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d649083a14ce9d9acfe202bda26a1eb84c44feab (plain) (blame)
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
language: rust
sudo: false
addons:
  apt:
    packages:
    - gcc-arm-linux-gnueabihf
rust:
- nightly
- beta
- 1.8.0
os:
- osx
- linux
env:
  matrix:
  - TEST_FEATURES=false
  - TEST_FEATURES=true
matrix:
    #  include:
    #  - os: linux
    #    env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true
    #    rust: 1.8.0
  exclude:
  - os: osx
    env: TEST_FEATURES=true
before_install:
- ./openssl/test/build.sh
script:
- ./openssl/test/run.sh