Skip to content

Commit

Permalink
Cleanup Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarkiewicz committed Aug 30, 2017
1 parent 460041a commit afba8a0
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@ language: rust

cache: cargo

addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev

rust:
- nightly
- beta
- stable
- 1.2.0

env:
global:
# override the default `--features unstable` used for the nightly branch (optional)
- TRAVIS_CARGO_NIGHTLY_FEATURE=nightly
- FEATURES="--features \"regexp regexp_macros\""
- FEATURES="--features \"stream regexp regexp_macros\""
- FEATURES="--features \"stream regexp regexp_macros\" --no-default-features"
Expand Down Expand Up @@ -60,22 +56,16 @@ notifications:
on_failure: always
on_start: false


env:
global:
# override the default `--features unstable` used for the nightly branch (optional)
- TRAVIS_CARGO_NIGHTLY_FEATURE=nightly

dist: trusty
sudo: false

addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-cmake
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-cmake

0 comments on commit afba8a0

Please sign in to comment.