Skip to content

Commit 7e9786e

Browse files
committed
Update REQUIRE & .travis.yml
1 parent 986314b commit 7e9786e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ matrix:
3333
after_success:
3434
# push coverage results to Coveralls & Codecov
3535
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6
22
ModuleInterfaceTools 0.1.6
33
StrAPI 0.1.7
4-
CharSetEncodings 0.1.5
4+
CharSetEncodings 0.1.6

0 commit comments

Comments
 (0)