mirror of
https://github.com/erlang/spec.git
synced 2026-04-15 01:13:34 +00:00
Add travis build file
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
os: linux
|
||||
## We use r as language in order to get pdflatex
|
||||
language: r
|
||||
|
||||
## install is needed for r
|
||||
install:
|
||||
- echo "dummy"
|
||||
|
||||
script:
|
||||
- make
|
||||
Reference in New Issue
Block a user