summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-ui/.travis.yml
blob: 549e24a8530d3a859540de9f479d2c670adf3c45 (plain)
1
2
3
4
5
6
7
8
9
10
 language: node_js
 node_js:
   - "0.8"

 before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
  - npm install -g grunt@0.3.x testacular@0.2.x

 script: "grunt"