1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/.travis.yml
2013-08-19 18:41:38 +02:00

29 lines
609 B
YAML

# whitelist
branches:
only:
- master
php:
- 5.3
- 5.4
install:
phpunit
script:
which phpunit
phpunit
#before_install:
# - cd ..; git clone https://github.com/owncloud/appframework; cd contacts
# - sudo add-apt-repository -y ppa:chris-lea/node.js
# - sudo apt-get update
# - sudo apt-get -y install nodejs
# - wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
# - tar xjf phantomjs-1.9.0-linux-x86_64.tar.bz2
# - sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
#script:
# - make unit-tests
#&& make javascript-tests