tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs-installer/.travis.yml

15 lines
280 B
YAML
Raw Normal View History

2023-11-20 21:52:04 +01:00
language: php
php:
- 5.5
- 5.4
- hhvm
os:
- linux
- osx
install:
- cd tests
- if [ -n "$TRAVIS_TAG" ]; then composer require jerome-breton/casperjs-installer=$TRAVIS_TAG ; fi
- rm -rf vendor composer.lock
- composer install
script: vendor/bin/casperjs --version