File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 3
3
- PACKAGE="Elixir" # Package name
4
4
- SUBLIME_TEXT_VERSION="3"
5
5
6
+ services :
7
+ # enable gui, see https://docs.travis-ci.com/user/gui-and-headless-browsers
8
+ - xvfb
9
+
6
10
# mutliple os matrix
7
11
# https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)
8
12
matrix :
9
13
include :
10
14
- os : linux
11
15
language : python
12
- python : 3.3
16
+ python : 3.4
13
17
- os : osx
14
18
language : generic
15
19
16
20
before_install :
17
21
- curl -OL https://raw.githubusercontent.com/SublimeText/UnitTesting/master/sbin/travis.sh
18
- # enable gui, see https://docs.travis-ci.com/user/gui-and-headless-browsers
19
- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
20
- export DISPLAY=:99.0;
21
- sh -e /etc/init.d/xvfb start;
22
- fi
23
22
24
23
install :
25
24
# bootstrap the testing environment
Original file line number Diff line number Diff line change 1328
1328
</dict >
1329
1329
</array >
1330
1330
</dict >
1331
+ <dict >
1332
+ <key >match </key >
1333
+ <string >\b_([\w]+[?!]?) </string >
1334
+ <key >name </key >
1335
+ <string >comment.unused.elixir </string >
1336
+ </dict >
1337
+ <dict >
1338
+ <key >match </key >
1339
+ <string >\b_\b </string >
1340
+ <key >name </key >
1341
+ <string >comment.wildcard.elixir </string >
1342
+ </dict >
1331
1343
<dict >
1332
1344
<key >comment </key >
1333
1345
<string >
You can’t perform that action at this time.
0 commit comments