summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 11:49:44 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 11:49:44 -0800
commit74eec229489b236abeb71303174778f6d4420185 (patch)
treec586d05884976e85f8973945f84c0c3f2060f12e
parentecdd160ec07aef5d309056a23eacf12c91a93193 (diff)
parentdc5a2550dd9a2189fbd282d9848d12e65bbabedc (diff)
downloadchat-74eec229489b236abeb71303174778f6d4420185.tar.gz
chat-74eec229489b236abeb71303174778f6d4420185.tar.bz2
chat-74eec229489b236abeb71303174778f6d4420185.zip
Merge pull request #238 from mattermost/mm-1639a
Adding godep support to travis
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 55ab2986e..fc2fb7646 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,11 @@ before_install:
- "sudo sed -i'' 's/basedir[^=]\\+=.*$/basedir = \\/opt\\/mysql\\/server-5.6/' /etc/mysql/my.cnf"
- "sudo /etc/init.d/mysql.server start"
+install:
+ - export PATH=$PATH:$HOME/gopath/bin
+ - go get github.com/tools/godep
+ - godep restore
+
before_script:
- mysql -e "CREATE DATABASE IF NOT EXISTS mattermost_test ;" -uroot
- mysql -e "CREATE USER 'mmuser'@'%' IDENTIFIED BY 'mostest' ;" -uroot