Skip to content

Commit 65a5fbc

Browse files
committed
Allow nightly failures
1 parent e620bb9 commit 65a5fbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ git:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
#matrix:
17-
# allow_failures:
18-
# - julia: nightly
16+
matrix:
17+
allow_failures:
18+
- julia: nightly
1919

2020
# uncomment the following lines to override the default test script
2121
script:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
repo = "https://github.com/JuliaString/Format.jl.git"
77
git-tree-sha1 = "08516ad5a1004cfd0ac67ddf180a4e94ad7e47e2"
88
uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
9-
version = "0.6.2"
9+
version = "0.6.3"
1010

1111
[deps]
1212
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)