Merge pull request #2048 from Glavin001/reactjsx-package

Add react Atom package for proper JSX support
This commit is contained in:
Glavin Wiechert 2018-02-20 10:25:55 -04:00 committed by GitHub
commit e682b865cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -82,9 +82,9 @@ before_install:
# CoffeeScript
- npm install coffee-formatter
# OCaml
- opam init --auto-setup
# - opam init --auto-setup
# Init environment variables for opam
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
eval `opam config env`;
fi
- opam install --yes ocp-indent
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# eval `opam config env`;
# fi
# - opam install --yes ocp-indent

View File

@ -7,3 +7,4 @@ language-lua
language-elm
language-puppet
fuse
react

View File

@ -54,6 +54,7 @@ describe "BeautifyLanguages", ->
dependentPackages = [
'autocomplete-plus'
'fuse'
'react'
# 'linter'
# 'atom-typescript' # it logs too much...
]