https://github.com/probmods/webppl
Revision eb6fe2ff1e8ea78e1d5547bac33d9f987ce7e668 authored by Andreas Stuhlmüller on 13 October 2015, 20:51:16 UTC, committed by Andreas Stuhlmüller on 13 October 2015, 20:51:16 UTC
1 parent 602807d
Raw File
Tip revision: eb6fe2ff1e8ea78e1d5547bac33d9f987ce7e668 authored by Andreas Stuhlmüller on 13 October 2015, 20:51:16 UTC
0.3.0
Tip revision: eb6fe2f
.travis.yml
language: node_js

node_js:
  - "0.12"
  - "0.11"
  - "0.10"
  - "4"

install:
  - npm install
  - npm install -g nodeunit grunt-cli

script:
  - grunt

sudo: false
back to top