tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs-installer/.travis.yml
2023-11-20 20:52:04 +00:00

15 lines
280 B
YAML
Executable File

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