Skip to content

Commit

Permalink
Enable Travis CI builds (#25)
Browse files Browse the repository at this point in the history
* Setting up buildserver

Fixes ruckstack/ruckstack #21
  • Loading branch information
nvoxland committed Apr 8, 2020
1 parent 08a60d5 commit 8379f37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: go
go: "1.13"

go_import_path: github.com/ruckstack/ruckstack

install: go get -u github.com/shuLhan/go-bindata/...
script: ./BUILD.sh

#TODO: No uploading of artifacts so far
5 changes: 5 additions & 0 deletions Makefile
@@ -0,0 +1,5 @@
build :
./BUILD.sh

clean :
./BUILD.sh clean

0 comments on commit 8379f37

Please sign in to comment.