浏览代码

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