remove editor install step from Travis
no issue - all deps are now in the main project, there's no longer any extra install step needed
This commit is contained in:
parent
023a714c6b
commit
30de389144
@ -32,7 +32,6 @@ install:
|
||||
- yarn global add bower
|
||||
- yarn
|
||||
- bower install
|
||||
- cd lib/gh-koenig && yarn && bower install
|
||||
|
||||
before_script:
|
||||
- yarn add --force node-sass # temporary, workaround for https://github.com/yarnpkg/yarn/issues/1981
|
||||
|
Loading…
Reference in New Issue
Block a user