Skip to content
Snippets Groups Projects
.travis.yml 1.21 KiB
Newer Older
Casey Faist's avatar
Casey Faist committed
language: ruby
dist: trusty
Casey Faist's avatar
Casey Faist committed
rvm:
- 2.4.4
before_script:
  - gem install bundler -v 1.16.2
  - bundle exec rake hatchet:setup_travis
addons:
  apt:
    sources:
    - heroku
    packages:
    - heroku-toolbelt
jobs:
  include:
Casey Faist's avatar
Casey Faist committed
  - stage: Bash linting (shellcheck)
    sudo: false
    before_install:
    - wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
    - PATH="/tmp/shellcheck-latest:$PATH"
    script: make check
Casey Faist's avatar
Casey Faist committed
  - stage: Stack Unit Tests
Casey Faist's avatar
Casey Faist committed
    services: docker
    env: STACK=heroku-18
    script: "./tests.sh"
Casey Faist's avatar
Casey Faist committed
  - stage: Stack Unit Tests
Casey Faist's avatar
Casey Faist committed
    services: docker
    env: STACK=heroku-16
    script: "./tests.sh"
Casey Faist's avatar
Casey Faist committed
  - stage: Stack Unit Tests
Casey Faist's avatar
Casey Faist committed
    services: docker
    env: STACK=cedar-14
    script: "./tests.sh"
Casey Faist's avatar
Casey Faist committed
  - stage: Hatchet Integration
Casey Faist's avatar
Casey Faist committed
    script: "bundle exec rspec"
Casey Faist's avatar
Casey Faist committed
env:
  global:
  - HATCHET_RETRIES=3
  - IS_RUNNING_ON_CI=true
  - HATCHET_APP_LIMIT=5
Casey Faist's avatar
Casey Faist committed
  - secure: yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
  - secure: ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=