Skip to content

Commit

Permalink
Make package compatible with Julia v1 (#7)
Browse files Browse the repository at this point in the history
Update version number to v1.0 in REQUIRE and do not allow tests fail for v1.0.
  • Loading branch information
ahojukka5 authored Sep 4, 2018
1 parent 48fa202 commit c56ff68
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 @@ -10,7 +10,6 @@ julia:

matrix:
allow_failures:
- julia: 1.0
- julia: nightly

after_success:
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.7
julia 1.0
FEMBase

0 comments on commit c56ff68

Please sign in to comment.