aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/third-party/ng-infinite-scroll/.travis.yml
blob: ee95ccb343dba1e37dd1126d1f0332f2d9d46660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - 0.10

install:
  - npm install

before_script:
  - npm install -g grunt-cli

script:
  - grunt test:protractor-travis