Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e9903d9

Browse files
author
Tyler Brandt
authored
chore: disable srcclr in travis-ci (optimizely#112)
See SEC-3989
1 parent eedecc0 commit e9903d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ before_script:
1919
- npm install grunt-cli -g
2020
install: npm install
2121
addons:
22-
srcclr: true
22+
# Disabled temporarily while we work out integration issues
23+
# srcclr: true
2324
script:
2425
- npm run test-travis
2526
after_success:

0 commit comments

Comments
 (0)