Skip to content

Commit ce4f16f

Browse files
authored
Merge pull request #40 from omus/cv/project-toml
Add a Project.toml
2 parents c9d429a + 41434e0 commit ce4f16f

File tree

3 files changed

+16
-46
lines changed

3 files changed

+16
-46
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ language: julia
33
os:
44
- linux
55
- osx
6+
- windows
7+
arch:
8+
- x64
9+
- x86
610
julia:
711
- 0.6
8-
- 0.7
12+
- 1.0 # LTS (Long Term Stable)
13+
- 1 # Latest release
914
- nightly
1015
notifications:
1116
email: false

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "LegacyStrings"
2+
uuid = "1b4a561d-cfcb-5daf-8433-43fcf8b4bea3"
3+
version = "0.4.1"
4+
5+
[deps]
6+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7+
8+
[compat]
9+
Compat = "0.67, 0.68, 0.69, 0.70, 1, 2, 3"
10+
julia = "0.6, 0.7, 1"

appveyor.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)