sudo: false

language: node_js

node_js:
  - "4"
  - "6"
  - "7"

env:
  - "FAKEREDIS=true maxMemoryAlloted=500"
  - "FAKEREDIS=false maxMemoryAlloted=500"

os:
  - linux
  # - osx
  # - windows

services:
  - redis-server

after_failure:
  - "cat /home/travis/builds/evantahler/actionhero/npm-debug.log"

notifications:
  slack: actionherojs:vj5i1wkPqEx0iKf6qXwQSnuX
