Skip to content

Commit c92b087

Browse files
add .travis.yml and sample test
1 parent 9e08b2f commit c92b087

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: julia
2+
os:
3+
- linux
4+
julia:
5+
- nightly
6+
- 1.0

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
#TO-DO Add tests and configure travis
1+
using SuiteSparseGraphBLAS
2+
using Test
3+
4+
@test GrB_init(GrB_NONBLOCKING) == GrB_SUCCESS

0 commit comments

Comments
 (0)