Peter M. Groen
/
tty0tty
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
912ffac69d262577b5498408ad99923fb8d096c3
Authored by
Jeff Buchbinder
2014-02-05 15:48:24 -0500
1 parent
11d3cfa3
Make sure to install prereq.
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
912ffac
1
1
language: c
2
+before_script:
3
+ - sudo apt-get install linux-headers-`uname -r`
2
4
script:
3
5
- make
...
...