Skip to content

Commit

Permalink
Update REQUIRE & .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Sep 20, 2018
1 parent 030ebb9 commit 0864499
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ git:
after_success:
# push coverage results to Coveralls & Codecov
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("CharSetEncodings")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
+
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.6
ModuleInterfaceTools 0.1.6
StrAPI 0.1.6
StrAPI 0.1.7

0 comments on commit 0864499

Please sign in to comment.