Skip to content

Update queues + packet test #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: ruby
sudo: false
rvm: 2.3.1
rvm: 2.4.2
env:
matrix:
- QUEUE=docker DIST=precise
global:
- CHIRP_SUMMARY_OUTPUT="${TRAVIS_BUILD_DIR}/chirp.json"
- CHIRP_TRACKER_STATS_URL="https://chirp-tracker-staging.herokuapp.com/stats"
Expand All @@ -26,13 +24,17 @@ matrix:
dist: trusty
env: QUEUE=ec2 DIST=trusty
<<: *linux_shared
- group: packet-test
dist: trusty
env: QUEUE=packet DIST=trusty
<<: *linux_shared
- os: osx
rvm: default
env: QUEUE=macstadium6 IMAGE=default
- os: osx
osx_image: xcode7
osx_image: xcode8
rvm: default
env: QUEUE=macstadium6 IMAGE=xcode7
env: QUEUE=macstadium6 IMAGE=xcode8
script: bundle exec chirp scripts
after_script: bundle exec chirp sendstats 2>/dev/null
after_failure: bundle exec chirp dumplogs
Expand Down