Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalexan committed Apr 6, 2020
1 parent a210ed3 commit 88d5394
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
@@ -1,27 +1,29 @@
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia

os:
- linux
- osx
- windows

julia:
- 1.3
- 1.4
- nightly
branches:
only:
- master

notifications:
email: false
matrix:

jobs:
allow_failures:
- julia: nightly
- os: windows
fast_finish: true

script:
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))')
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --project --color=yes -e 'import Pkg; Pkg.build(); Pkg.test(coverage=true)'

after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "BenchmarkFunctions"
uuid = "f6782734-9c9f-4136-a5cf-b2677328accc"
authors = ["rbalexan <rbalexan@stanford.edu>"]
version = "0.1.0"
version = "0.1.1"

[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Expand Down

0 comments on commit 88d5394

Please sign in to comment.