summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 03:06:09 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 03:06:09 -0400
commit6f59a9588b7d6d53c5f56facb0e33f7faec7b6fe (patch)
treecf58f4788bb185845e4a30026b0ac45d917a40b2 /.travis.yml
parentaba6a1dc871edbc6cbb286a350a4ba79ca645fb8 (diff)
Add tslint, and tenative travis file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..4e3cbb5ec
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: go
+go:
+ - 1.9.2
+cache: ccache
+install:
+ - go get github.com/ry/v8worker2
+ - cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py
+ - make
+script:
+ - make lint