-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (31 loc) · 717 Bytes
/
.travis.yml
File metadata and controls
35 lines (31 loc) · 717 Bytes
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
34
35
# Based on https://github.com/malept/rusty_blank/blob/master/.travis.yml
sudo: false
language: rust
os:
- linux
osx_image: xcode8
rust:
- stable
env:
matrix:
- FPQ_RUBY_VERSION: 2.2.5
- FPQ_RUBY_VERSION: 2.3.1
cache:
- bundler: true
- cargo: true
before_install:
- |
rvm install "$FPQ_RUBY_VERSION"
rvm use "$FPQ_RUBY_VERSION"
ruby --version
ruby -e 'require "pp"; pp RbConfig::CONFIG'
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
before_script:
- |
export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH
pip install 'travis-cargo<0.2' --user
script:
- travis-cargo build
- bundle exec rake test
- bundle exec rake thermite:tarball
- bundle exec rake install