language: objective-c
osx_image: mavericks
notifications:
  email: false
env:
  matrix:
    - CI_CONFIG=unit
    - CI_CONFIG=functional
before_script:
  - ./ci/install-node.sh
  - npm install -g jshint grunt-cli
  - npm install
script:  
  - make travis
