Skip to content

Commit

Permalink
Configure Appveyor CI (attempt #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Sep 3, 2018
1 parent 1ddbb6f commit 7571f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ install:
- pip install --user cram

test_script:
- sh: npm test
- sh: ./tests/make_links.sh
- cram -v ./tests
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git://github.com/avh4/elm-upgrade.git"
},
"scripts": {
"test": "prettier -l upgrade.js src/**/*.js && sh ./tests/make_links.sh && cram -v ./tests"
"test": "prettier -l upgrade.js src/**/*.js && ./tests/make_links.sh && cram -v ./tests"
},
"author": "Aaron VonderHaar <gruen0aermel@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 7571f75

Please sign in to comment.