Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Feature/tweak testing #38

Merged
merged 4 commits into from
Mar 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ julia:
- nightly
notifications:
email: false
script:
- git fetch --unshallow
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.add("Lint");'
- julia -e 'Pkg.test("Meshes", coverage=true)'

after_success:
- julia -e 'cd(Pkg.dir("Meshes")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ ImmutableArrays
DataStructures
ZipFile
LightXML
Lint
JSON
Compat
1 change: 1 addition & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lint