2012-10-28 15:40:42 +00:00
|
|
|
language: node_js
|
2019-12-21 08:07:11 +00:00
|
|
|
|
2012-10-28 15:40:42 +00:00
|
|
|
node_js:
|
2018-08-27 08:05:35 +00:00
|
|
|
- "lts/*"
|
2019-12-21 08:07:11 +00:00
|
|
|
|
2020-05-29 20:42:44 +00:00
|
|
|
cache: false
|
2020-05-29 11:28:31 +00:00
|
|
|
|
2012-10-28 16:48:51 +00:00
|
|
|
env:
|
|
|
|
global:
|
2020-10-11 18:57:30 +00:00
|
|
|
- secure: gQdsD91DHpaDXDyDzrxWUaYDZxzZC3ojkBWX6nbLbOgADSWhzHUqMShDQXGlT80G4SikOhtSGlS2aOtsRcPTOGRtwjrOkg266JY+Fa37yO6I7/xios8VZp56Tu6ADNuItLptP0nH/DY3rPEIfiztcd3h6jLZ0RJlGY7lkHpM3xs=
|
|
|
|
- secure: HxLMaehWXVYuhkJ54SqR+9czD6i8RtDhfx7WM8yTrRE2JtThqECfL+fjqrNMkG25zZpDISwCm082qb3Z5uE3tpARi9eizOLAuLbDwQeJNfV1vW7RBj3mZMhgfuwGMH5VkQsI1MiSPf3AIHPQdQSfkBTC5KiYzYsMay6VrKwEswA=
|
2019-12-21 08:07:11 +00:00
|
|
|
|
2019-12-21 09:10:35 +00:00
|
|
|
jobs:
|
2020-06-08 11:45:03 +00:00
|
|
|
include:
|
2020-06-08 12:51:57 +00:00
|
|
|
# we can only frontend tests from the ether/ organization and not from forks.
|
|
|
|
# To request tests to be run ask a maintainer to fork your repo to ether/
|
|
|
|
- if: fork = false
|
2020-09-26 18:41:33 +00:00
|
|
|
name: "Test the Frontend without Plugins"
|
2020-06-08 11:39:20 +00:00
|
|
|
install:
|
2020-07-28 18:57:33 +00:00
|
|
|
#FIXME
|
|
|
|
- "sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/g' settings.json.template > settings.json"
|
2020-06-08 16:18:22 +00:00
|
|
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
2020-06-08 11:39:20 +00:00
|
|
|
- "bin/installDeps.sh"
|
|
|
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
|
|
|
script:
|
|
|
|
- "tests/frontend/travis/runner.sh"
|