cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

.travis.yml (447B)


      1sudo: false
      2language: node_js
      3node_js:
      4  - "0.12"
      5  - "0.10"
      6  - "0.8"
      7  - "iojs"
      8before_install:
      9  - 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.11.1; fi'
     10script:
     11  - "npm run test-travis"
     12after_script:
     13  - "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
     14matrix:
     15  fast_finish: true
     16notifications:
     17  irc:
     18    channels:
     19      - "irc.freenode.org#unshift"
     20    on_success: change
     21    on_failure: change