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

Migrating to a later version of the "inflect" ... #714

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.10
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: java

env:
matrix:
- TRAVIS_NODE_VERSION="0.10"

addons:
hosts:
- samplestack.local
Expand Down Expand Up @@ -28,6 +32,14 @@ install:
# (gulp e2e commands below invoke the corresponding gradle tasks
# to congifure the java middle tier)

# enable nvm to have control over the Node.js version being used
- . $HOME/.nvm/nvm.sh
- nvm install
- nvm use

- node -v
- npm -v

- npm cache clean
- npm install -g npm@2.1.10
- npm install -g gulp
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.