gosora/.travis.yml

18 lines
392 B
YAML
Raw Normal View History

language: go
go:
- "1.10"
- master
before_install:
2017-10-31 00:53:00 +00:00
- cd $HOME
- git clone https://github.com/Azareal/Gosora
- cd Gosora
- mv config_default.noparse ./config/config.go
- chmod 755 ./update-deps-linux
- chmod 755 ./dev-update-travis
- chmod 755 ./run-linux-tests
- ./update-deps-linux
- ./dev-update-travis
install: true
script: ./run-linux-tests
addons:
mariadb: '10.0'