Ver código fonte

Internal (ckeditor5): Added a missing line for Travis status notify.

As suggested in https://github.com/ckeditor/ckeditor5/commit/23e5152252bbddb6c31b46bc7b20ad28fe2a4d6d#r38909145.
Marek Lewandowski 5 anos atrás
pai
commit
b844050c8b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -12,6 +12,7 @@ node_js:
 cache:
 - node_modules
 before_install:
+- export START_TIME=$( date +%s )
 - npm i -g yarn
 install:
 - yarn install