aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0d76be3d3a3f7cf579bd83b7b02f15448ddba336 (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
language: rust
sudo: false
addons:
  apt:
    packages:
    - gcc-arm-linux-gnueabihf
rust:
- nightly
- 1.9.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.7.0
  exclude:
  - os: osx
    env: TEST_FEATURES=true
before_install:
- ./openssl/test/build.sh
script:
- ./openssl/test/run.sh