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:
parent
732997e78f
commit
7011adbcd5
16
.travis.yml
16
.travis.yml
@ -1,5 +1,15 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.5
|
||||
- 5.4
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_install:
|
||||
- cd ..; git clone https://github.com/owncloud/appframework; cd contacts
|
||||
|
||||
script:
|
||||
- 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
|
||||
- make unit-tests && make javascript-tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user