Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaolanyun committed Jun 7, 2018
1 parent d053ca3 commit 46bd40e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,5 +3,4 @@ sudo: false
before_install:
- sudo apt-get install gcc-4.8 -y
install: true
script: make
./Release/bin/test
script: bash build.sh
2 changes: 2 additions & 0 deletions build.sh
@@ -0,0 +1,2 @@
make
./Release/bin/test

0 comments on commit 46bd40e

Please sign in to comment.