1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Add travis config

This commit is contained in:
Jon Leighton 2011-10-27 23:50:09 +01:00
parent 93d72cc215
commit f90a409b85

2
.travis.yml Normal file
View file

@ -0,0 +1,2 @@
before_script:
- "sudo add-apt-repository ppa:jerome-etienne/neoip && sudo apt-get update && sudo apt-get install phantomjs -y"