We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd43de commit 957b4bcCopy full SHA for 957b4bc
.travis.yml
@@ -6,7 +6,7 @@ os:
6
julia:
7
- 0.7
8
- 1.0
9
- - 1.2
+ - 1.3
10
- nightly
11
notifications:
12
email: false
@@ -19,7 +19,7 @@ notifications:
19
jobs:
20
include:
21
- stage: "Documentation"
22
- julia: 1.2
+ julia: 1.3
23
os: linux
24
script:
25
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Project.toml
@@ -1,7 +1,7 @@
1
name = "SnoopCompile"
2
uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
3
author = ["Tim Holy <[email protected]>"]
4
-version = "1.0.1"
+version = "1.0.2"
5
[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
0 commit comments