Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Use npm beta installer for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Nov 10, 2016
1 parent e1015f8 commit 165ada7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,8 +11,8 @@ os:

env:
matrix:
- ELM_VERSION=0.17.1 TARGET_NODE_VERSION=node
- ELM_VERSION=0.17.1 TARGET_NODE_VERSION=4.0
- ELM_VERSION=0.18.0-beta TARGET_NODE_VERSION=node
- ELM_VERSION=0.18.0-beta TARGET_NODE_VERSION=4.0

before_install:
- if [ ${TRAVIS_OS_NAME} == "osx" ];
Expand Down

0 comments on commit 165ada7

Please sign in to comment.