Skip to content

Commit

Permalink
fix README and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Jul 16, 2023
1 parent 8691e86 commit 0392567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The image should be square (obviously!), and a JPG or 8 bit PNG.
```
using Mellan
mellanize("Mellan/test/mona.png", output="/tmp/mona.svg")
mellanize(dirname(dirname(pathof(Mellan))) * "/test/mona.png", output="/tmp/mona.svg")
```

draws the image above. There are plenty of options to play with:
Expand Down
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.4
- julia_version: latest
- julia_version: 1.6
- julia_version: 1.9
- julia_version: nightly

platform:
- x86 # 32-bit
Expand All @@ -14,9 +14,6 @@ matrix:
allow_failures:
- julia_version: latest

cache:
- '%USERPROFILE%\.julia\artifacts'

branches:
only:
- master
Expand All @@ -38,3 +35,4 @@ build_script:
test_script:
- echo "%JL_TEST_SCRIPT%"
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"

0 comments on commit 0392567

Please sign in to comment.