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
Use raw position for buses to work around invalid routes definition
Jacek Kowalski
2019-01-31
8a0cf827d834a91a2421a7ee94a8f3a27da24738
[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'