summaryrefslogtreecommitdiff
path: root/vendor/github.com/shopspring/decimal/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/shopspring/decimal/.travis.yml')
-rw-r--r--vendor/github.com/shopspring/decimal/.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/shopspring/decimal/.travis.yml b/vendor/github.com/shopspring/decimal/.travis.yml
new file mode 100644
index 000000000..55d42b289
--- /dev/null
+++ b/vendor/github.com/shopspring/decimal/.travis.yml
@@ -0,0 +1,13 @@
+language: go
+
+go:
+ - 1.7.x
+ - 1.12.x
+ - 1.13.x
+ - tip
+
+install:
+ - go build .
+
+script:
+ - go test -v