forked from gitbot/uguu
d8c46ff78a
This is the code that uguu.se is running, based off Pomf.
19 lines
193 B
YAML
19 lines
193 B
YAML
language: php
|
|
php:
|
|
- '5.4'
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.3'
|
|
- '7.4'
|
|
- hhvm
|
|
|
|
install:
|
|
- source ~/.nvm/nvm.sh
|
|
- nvm ls-remote
|
|
- nvm install stable
|
|
- nvm use stable
|
|
script:
|
|
- make
|
|
|