travis is not smart about upper/lower case

This commit is contained in:
rebornix 2016-10-14 14:17:04 -07:00 committed by Peng Lyu
parent 999269538f
commit 86b058d082

View File

@ -15,7 +15,7 @@ import * as _ from "lodash";
import { Position } from './../motion/position';
import { TextEditor } from './../textEditor';
import { RecordedState } from './../mode/ModeHandler';
import { RecordedState } from './../mode/modeHandler';
import DiffMatchPatch = require("diff-match-patch");