From 5b4cc9a0a21a97f5913e2b9bd81aadbf473518a9 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Mon, 15 Jul 2019 10:07:07 +0300 Subject: [PATCH] hmm Former-commit-id: db17245e0d732a2ffe4091c05b750201070f8c30 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 90064caf..ac67aa98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ after_script: # examples - cd ./_examples - go get ./... + - go get github.com/casbin/casbin@v2.0.0 - go test -v -cover ./... - cd ../ # typescript examples