Added Travis CI

This commit is contained in:
Luke Tainton
2017-09-09 08:03:51 +01:00
parent 1d555a5e4b
commit 3b1cc3699f
2 changed files with 35 additions and 0 deletions

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: html
branches:
only:
- master
before_script:
- chmod +x ./scripts/build
script: ./scripts/build
sudo: true