dashboard
repositories
filestore
activity
search
login
ttss
/
mpk-ttss
Improved www.ttss.krakow.pl
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Add geolocation tracking feature
Jacek Kowalski
2019-02-09
a4d011116c35bb9bef8589c88ed38b3043f9e072
[ttss/mpk-ttss]
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
before_script:
- 'php -S 127.0.0.1:8080 &'
- 'nvm install stable'
- 'npm install casperjs'
script:
- 'node_modules/casperjs/bin/casperjs test tests.js'