diff --git a/bin/plugins/lib/travis.yml b/bin/plugins/lib/travis.yml index 2c716b994..81e7d336e 100755 --- a/bin/plugins/lib/travis.yml +++ b/bin/plugins/lib/travis.yml @@ -33,6 +33,7 @@ jobs: include: - name: "Run the Backend tests" install: + - "npm install" - "mkdir [plugin_name]" - "mv !([plugin_name]) [plugin_name]" - "git clone https://github.com/ether/etherpad-lite.git etherpad" @@ -46,6 +47,7 @@ jobs: - "tests/frontend/travis/runnerBackend.sh" - name: "Test the Frontend" install: + - "npm install" - "mkdir [plugin_name]" - "mv !([plugin_name]) [plugin_name]" - "git clone https://github.com/ether/etherpad-lite.git etherpad" @@ -62,4 +64,5 @@ notifications: channels: - "irc.freenode.org#etherpad-lite-dev" -##ETHERPAD_TRAVIS_V=2 +##ETHERPAD_TRAVIS_V=3 +## Travis configuration automatically created using bin/plugins/updateAllPluginsScript.sh