Skip to content

Commit

Permalink
linear_models: Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentimentron committed Jul 18, 2014
1 parent 0bc71a6 commit f1cee0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ go:
- tip
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-base-dev liblinear-dev
- sudo apt-get install -qq libatlas-base-dev
- cd /tmp && wget http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-1.94.tar.gz && tar xf liblinear-1.94.tar.gz && cd liblinear-1.94 && make lib && sudo install -vm644 linear.h /usr/include && sudo install -vm755 liblinear.so.1 /usr/lib && sudo ln -sfv liblinear.so.1 /usr/lib/liblinear.so
- cd $TRAVIS_BUILD_DIR
install:
- go get github.com/smartystreets/goconvey/convey
- go get -v ./...

0 comments on commit f1cee0b

Please sign in to comment.