Skip to content

Commit

Permalink
fix(travis): setup travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsilvestre committed Dec 19, 2016
1 parent a7bfdcd commit 9063239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
6
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ node_js:
otp_release:
- '18.1'
cache:
yarn: true
directories:
- node_modules
- deps
addons:
postgresql: '9.4'
Expand All @@ -21,7 +21,7 @@ before_install:
install:
- mix deps.get
- npm install -g yarn
- yarn install
- yarn
before_script:
- cp config/travis.exs config/test.exs
# - mix do ecto.create, ecto.migrate
Expand Down

0 comments on commit 9063239

Please sign in to comment.