Skip to content

Commit

Permalink
Update Travis file to use Moodlerooms node config.
Browse files Browse the repository at this point in the history
  • Loading branch information
troywilliams committed Nov 6, 2017
1 parent e08fc60 commit 33f5d11
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ cache:
- $HOME/.npm

php:
- 5.6
- 7.1
- 7.2
- 5.6
- 7.0
- 7.1

env:
global:
- MOODLE_BRANCH=master
Expand All @@ -28,9 +29,9 @@ env:

before_install:
- phpenv config-rm xdebug.ini
- nvm install node
- nvm install 8.9
- nvm use 8.9
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"

Expand Down

0 comments on commit 33f5d11

Please sign in to comment.