From 92fde28461298b355e31bbc33f7bec0ef16290ef Mon Sep 17 00:00:00 2001 From: Murphy Randle Date: Thu, 10 Dec 2015 09:00:38 -0700 Subject: [PATCH] Modify appveyor.yml and add the elm tag to package.json --- appveyor.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 503bad8..5808153 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -115,7 +115,7 @@ build_script: - cd %APPVEYOR_BUILD_FOLDER% # Install languages to Atom - - apm install language-marko language-html-swig language-svg + - apm install language-marko language-html-swig language-svg language-elm # Show current PATH - echo %PATH% # Run tests on package diff --git a/package.json b/package.json index e4393e9..fe09044 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,8 @@ "marko", "go", "golang", - "svg" + "svg", + "elm" ], "devDependencies": { "coffee-script": "^1.9.3",