Skip to content

Commit 18607ee

Browse files
committed
Merge pull request #1 from tkelman/patch-1
add REQUIRE and .travis.yml
2 parents e0daeb6 + 98e174e commit 18607ee

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

.travis.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
language: cpp
2-
compiler:
3-
- clang
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2+
language: julia
3+
os:
4+
- linux
5+
- osx
6+
julia:
7+
# - release
8+
- nightly
49
notifications:
510
email: false
6-
env:
7-
matrix:
8-
- JULIAVERSION="juliareleases"
9-
- JULIAVERSION="julianightlies"
10-
before_install:
11-
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
12-
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
13-
- sudo apt-get update -qq -y
14-
- sudo apt-get install libpcre3-dev julia -y
15-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16-
script:
17-
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("ObjFileBase")'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# ObjFileBase
22

3-
[![Build Status](https://travis-ci.org/loladiro/ObjFileBase.jl.svg?branch=master)](https://travis-ci.org/loladiro/ObjFileBase.jl)
3+
[![Build Status](https://travis-ci.org/Keno/ObjFileBase.jl.svg?branch=master)](https://travis-ci.org/Keno/ObjFileBase.jl)

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
julia 0.5-

0 commit comments

Comments
 (0)