Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating the travis build.
  • Loading branch information
krisajenkins committed Aug 22, 2018
1 parent 5f1ee0d commit 29a0e97
Show file tree
Hide file tree
Showing 5 changed files with 1,636 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
elm-stuff/
/test/tests.js
/TAGS
/node_modules/
/yarn-error.log
12 changes: 5 additions & 7 deletions .travis.yml
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "7"
- "10"
install:
- npm install -g elm-test@beta
before_script:
- wget https://44a95588fe4cc47efd96-ec3c2a753a12d2be9f23ba16873acc23.ssl.cf2.rackcdn.com/linux-64.tar.gz -O /tmp/elm.tar.gz
- tar -xvf /tmp/elm.tar.gz
- export PATH=$PATH:$PWD
- npm install -g yarn
- yarn
script:
- elm-test
- yarn run elm make
- yarn run elm-test
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -22,14 +22,13 @@ $ elm install krisajenkins/remotedata
## Building & Testing

```
elm make
yarn
yarn run elm make
yarn run elm-test
```

...will run the whole build.

Note: Since Elm 0.19 the test suite does not run, pending an update
for `elm-test`.

## License

Copyright © 2015-2018 Kris Jenkins
Expand Down
7 changes: 7 additions & 0 deletions package.json
@@ -0,0 +1,7 @@
{
"dependencies": {
"elm": "0.19.0",
"elm-format": "0.8.0",
"elm-test": "^0.19.0-beta4"
}
}

0 comments on commit 29a0e97

Please sign in to comment.