aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/naoina/toml/.travis.yml
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-09-21 15:06:38 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:48 +0800
commit4746deb69870907f9a18282b965ced372d1c0e98 (patch)
tree49e79ad34b315e3df8bb7555b4606e7c3e6240a5 /vendor/github.com/naoina/toml/.travis.yml
parentf60070586cf462c2cf2de91911e5b34c8287da51 (diff)
downloaddexon-4746deb69870907f9a18282b965ced372d1c0e98.tar.gz
dexon-4746deb69870907f9a18282b965ced372d1c0e98.tar.zst
dexon-4746deb69870907f9a18282b965ced372d1c0e98.zip
dex: make geth buildable and update interface skeleton
Diffstat (limited to 'vendor/github.com/naoina/toml/.travis.yml')
-rw-r--r--vendor/github.com/naoina/toml/.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/naoina/toml/.travis.yml b/vendor/github.com/naoina/toml/.travis.yml
new file mode 100644
index 000000000..7b7551caa
--- /dev/null
+++ b/vendor/github.com/naoina/toml/.travis.yml
@@ -0,0 +1,11 @@
+language: go
+
+go:
+ - 1.3
+ - 1.x
+
+install:
+ - go get -t -v ./...
+
+script:
+ - go test ./...