Skip to content

Commit

Permalink
test travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamAndDead committed Jan 25, 2018
1 parent 9e6b497 commit 8c0761f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sudo: required

language: c

services:
- docker

before_install:
- docker --version
- docker pull dreamanddead/csapp-3e-solutions

script:
- make
- make test
- make clean

0 comments on commit 8c0761f

Please sign in to comment.