Skip to content

Commit

Permalink
Renamed Project.toml file in order to pass Julia CI checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-bocharov committed Sep 6, 2018
1 parent 66d28ef commit 5ac5cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ os:
- osx
julia:
- 0.7
- 1.0
notifications:
email: false
script:
- julia -e 'mv("_Project.toml", "Project.toml")'
- julia -e 'import Pkg; Pkg.build(); Pkg.test()'
File renamed without changes.

0 comments on commit 5ac5cdf

Please sign in to comment.