Improved www.ttss.krakow.pl
Jacek Kowalski
2017-03-18 04c70969d90c6926a13906579e428b097d10d763
commit | author | age
15df3c 1 language: php
JK 2 php:
3   - 5.4
4   - 5.5
5   - 5.6
6   - 7.0
7   - nightly
8
9 sudo: required
10
11 before_script:
12   - 'php -S 127.0.0.1:8080 &'
13   - 'nvm install stable'
14   - 'npm install casperjs'
15
16 script:
04c709 17   - 'node_modules/casperjs/bin/casperjs test tests.js'