1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Update .travis.yml

This commit is contained in:
Thomas Tanghus 2013-08-19 18:23:18 +02:00
parent fa9f58b003
commit 903809c67c

View File

@ -7,6 +7,11 @@ php:
- 5.3
- 5.4
install:
phpunit
script:
phpunit
#before_install:
# - cd ..; git clone https://github.com/owncloud/appframework; cd contacts
# - sudo add-apt-repository -y ppa:chris-lea/node.js