We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986314b commit 7e9786eCopy full SHA for 7e9786e
.travis.yml
@@ -33,4 +33,3 @@ matrix:
33
after_success:
34
# push coverage results to Coveralls & Codecov
35
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("ChrBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
36
-
REQUIRE
@@ -1,4 +1,4 @@
1
julia 0.6
2
ModuleInterfaceTools 0.1.6
3
StrAPI 0.1.7
4
-CharSetEncodings 0.1.5
+CharSetEncodings 0.1.6
0 commit comments