language: node_js

os:
  - 'linux'
  #- 'osx'

node_js:
  - '4.2.1'
  - '5.4.0'

install:
  # - npm config set registry http://23.251.144.68
  # Disable the spinner, it looks bad on Travis
  - 'npm config set spin false'
  # Log HTTP requests
  - 'npm config set loglevel http'
  - 'time npm install'

after_script:
  - 'npm run coveralls'

script:
  - 'gulp test'