Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
LLFourn committed Jan 14, 2016
1 parent 6f6bd40 commit 2920d1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.precomp
.travis.yml

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: perl6
perl6:
- latest
script:
- prove -v -e 'perl6 -Ilib' t/
sudo: false

0 comments on commit 2920d1d

Please sign in to comment.