Skip to content

Commit 9832c8e

Browse files
committed
add WebTextTerminal
1 parent 0a163b3 commit 9832c8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1035
-149
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ cache:
1414
directories:
1515
- $HOME/.gradle
1616

17+
before_install:
18+
- chmod a+x ./travis-build.sh
19+
- chmod a+x ./gradlew
20+
1721
script:
1822
- ./travis-build.sh

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
Copyright 2016 Java Text IO development team
2+
Copyright 2016 Text IO development team
33

44
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)