Преглед изворни кода

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

As suggested in https://github.com/ckeditor/ckeditor5/commit/23e5152252bbddb6c31b46bc7b20ad28fe2a4d6d#r38909145.
Marek Lewandowski пре 5 година
родитељ
комит
b844050c8b
1 измењених фајлова са 1 додато и 0 уклоњено
  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