diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 03:06:09 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 03:06:09 -0400 |
| commit | 6f59a9588b7d6d53c5f56facb0e33f7faec7b6fe (patch) | |
| tree | cf58f4788bb185845e4a30026b0ac45d917a40b2 /.travis.yml | |
| parent | aba6a1dc871edbc6cbb286a350a4ba79ca645fb8 (diff) | |
Add tslint, and tenative travis file.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
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 |
