opensupports/.travis.yml

33 lines
468 B
YAML
Raw Normal View History

2017-04-07 01:57:03 +02:00
language: php ruby
rvm:
- 2.2
2017-04-07 01:49:06 +02:00
php:
- '5.6'
- '7.0'
services:
- mysql
2017-04-07 01:30:08 +02:00
before_install:
2017-04-07 01:49:06 +02:00
- mysql -e 'CREATE DATABASE development;'
2017-04-07 01:30:08 +02:00
- nvm install 4.4.7
- npm install -g npm@2.15.8
- npm install -g mocha
- cd client
- npm install
2017-04-07 01:49:06 +02:00
- cd ../tests
- bundle install
- gem install bacon
- cd ../server
- composer install
- nohup bash -c "php -S localhost:8080 2>&1 &" && sleep 1; cat nohup.out
2017-04-07 01:30:08 +02:00
- cd ..
script:
- cd client
- npm test
2017-04-07 01:49:06 +02:00
- cd ../tests
- bacon init.rb