Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soft-way authored Jun 20, 2019
1 parent edc9153 commit 52eb210
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

language: c
sudo: required

env:
global:

matrix:
- PLATFORM=centos OS_VERSION=7

services:
- docker

before_install:
- sudo apt-get update -qq

script:
- make -j 8

before_deploy:
- travis_wait 30 make test

deploy:

notifications:

0 comments on commit 52eb210

Please sign in to comment.