Skip to content

Commit 957b4bc

Browse files
authored
Update Travis builds and release 1.0.2 (#44)
1 parent 9cd43de commit 957b4bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
julia:
77
- 0.7
88
- 1.0
9-
- 1.2
9+
- 1.3
1010
- nightly
1111
notifications:
1212
email: false
@@ -19,7 +19,7 @@ notifications:
1919
jobs:
2020
include:
2121
- stage: "Documentation"
22-
julia: 1.2
22+
julia: 1.3
2323
os: linux
2424
script:
2525
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SnoopCompile"
22
uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
33
author = ["Tim Holy <[email protected]>"]
4-
version = "1.0.1"
4+
version = "1.0.2"
55

66
[deps]
77
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

0 commit comments

Comments
 (0)